From: Jo-Philipp Wich Date: Wed, 15 Mar 2023 13:04:45 +0000 (+0100) Subject: luci-mod-dsl: drop dependency on ltq-dsl-base X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=83f7f5c6e6af870db4fa831546856fa8534d07fa;p=project%2Fluci.git luci-mod-dsl: drop dependency on ltq-dsl-base The `ltq-dsl-base` package is nonshared and thus not processed on phase 2 builders, causing this luci module to be unavailable in repos. Furthermore, the `ltq-dsl-base` package provides no functionality the ui requires, so simply drop the dependency. Ref: https://forum.openwrt.org/t/x/153515 Signed-off-by: Jo-Philipp Wich --- diff --git a/modules/luci-mod-dsl/Makefile b/modules/luci-mod-dsl/Makefile index 3d2b0c6056..8c8db41ed6 100644 --- a/modules/luci-mod-dsl/Makefile +++ b/modules/luci-mod-dsl/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LUCI DSL spectrum graph -LUCI_DEPENDS:=+luci-base +ltq-dsl-base +LUCI_DEPENDS:=+luci-base PKG_LICENSE:=Apache-2.0